ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChart<T> Class / Options Property

In This Topic
    Options Property (FlexChart<T>)
    In This Topic
    Gets various chart options. The following options are supported: BubbleMaxSize, BubbleMinSize, GroupWidth.
    Syntax
    'Declaration
     
    Public ReadOnly Property Options As ExtraOptions
    public ExtraOptions Options {get;}
    See Also